home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / S-Sh / ScriptView.cpt / ScriptView 1.4 / card_6567.txt < prev    next >
Text File  |  1989-12-02  |  8KB  |  370 lines

  1. -- card: 6567 from stack: in.4
  2. -- bmap block id: 6897
  3. -- flags: 4000
  4. -- background id: 4165
  5. -- name: View
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=164 top=302 right=336 bottom=206
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1007 / 1007
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: print
  20. ----- HyperTalk script -----
  21. on mouseWithin
  22.   show card field print
  23. end mouseWithin
  24. on mouseLeave
  25.   hide card field print
  26. end mouseLeave
  27.  
  28.  
  29. -- part 3 (button)
  30. -- low flags: 00
  31. -- high flags: 2000
  32. -- rect: left=449 top=263 right=295 bottom=493
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 20098 / 20098
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Quit
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   go home
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 20 (field)
  49. -- low flags: 80
  50. -- high flags: 0004
  51. -- rect: left=129 top=275 right=297 bottom=352
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 16
  56. -- text size: 14
  57. -- style flags: 256
  58. -- line height: 18
  59. -- part name: DONE
  60.  
  61.  
  62. -- part 23 (button)
  63. -- low flags: 00
  64. -- high flags: 0000
  65. -- rect: left=5 top=305 right=330 bottom=34
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 17779 / 17779
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: 
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   visual effect wipe left slow
  77.   GO TO previous CARD
  78. end mouseUp
  79.  
  80.  
  81.  
  82. -- part 24 (button)
  83. -- low flags: 00
  84. -- high flags: 8003
  85. -- rect: left=348 top=297 right=319 bottom=464
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: File Scripts
  94. ----- HyperTalk script -----
  95. on mouseWithin
  96.   show card field file
  97. end mouseWithin
  98. on mouseLeave
  99.   hide card field file
  100. end mouseLeave
  101.  
  102.  
  103.  
  104. -- part 25 (button)
  105. -- low flags: 00
  106. -- high flags: 8003
  107. -- rect: left=38 top=297 right=319 bottom=154
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 0 / 0
  110. -- text alignment: 1
  111. -- font id: 0
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: View Scripts
  116. ----- HyperTalk script -----
  117. on mouseWithin
  118.   show card field view
  119. end mouseWithin
  120. on mouseLeave
  121.   hide card field view
  122. end mouseLeave
  123.  
  124.  
  125.  
  126. -- part 30 (button)
  127. -- low flags: 00
  128. -- high flags: 2000
  129. -- rect: left=301 top=302 right=336 bottom=339
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 1004 / 1004
  132. -- text alignment: 1
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: file out
  138. ----- HyperTalk script -----
  139. on mouseWithin
  140.   show card field text
  141. end mouseWithin
  142. on mouseLeave
  143.   hide card field text
  144. end mouseLeave
  145.  
  146.  
  147.  
  148. -- part 31 (button)
  149. -- low flags: 00
  150. -- high flags: 8003
  151. -- rect: left=348 top=318 right=340 bottom=464
  152. -- title width / last selected line: 0
  153. -- icon id / first selected line: 0 / 0
  154. -- text alignment: 1
  155. -- font id: 0
  156. -- text size: 12
  157. -- style flags: 0
  158. -- line height: 16
  159. -- part name: Open Text File
  160. ----- HyperTalk script -----
  161. on mouseWithin
  162.   show card field open
  163. end mouseWithin
  164. on mouseLeave
  165.   hide card field open
  166. end mouseLeave
  167.  
  168.  
  169. -- part 32 (button)
  170. -- low flags: 00
  171. -- high flags: A003
  172. -- rect: left=38 top=318 right=340 bottom=154
  173. -- title width / last selected line: 0
  174. -- icon id / first selected line: 0 / 0
  175. -- text alignment: 1
  176. -- font id: 0
  177. -- text size: 12
  178. -- style flags: 0
  179. -- line height: 16
  180. -- part name: Show Cards
  181. ----- HyperTalk script -----
  182. on mouseWithin
  183.   show card field show
  184. end mouseWithin
  185. on mouseLeave
  186.   hide card field show
  187. end mouseLeave
  188. on mouseUp
  189.   if short name of me is "Hide Cards" then
  190.     set name of target to "Show Cards" else
  191.     set name of target to "Hide Cards"
  192.   end if
  193. end mouseUp
  194.  
  195.  
  196. -- part 33 (button)
  197. -- low flags: 00
  198. -- high flags: 0000
  199. -- rect: left=473 top=305 right=330 bottom=502
  200. -- title width / last selected line: 0
  201. -- icon id / first selected line: 8419 / 8419
  202. -- text alignment: 1
  203. -- font id: 0
  204. -- text size: 12
  205. -- style flags: 0
  206. -- line height: 16
  207. -- part name: 
  208. ----- HyperTalk script -----
  209. on mouseUp
  210.   visual effect wipe right slow
  211.   GO TO next CARD
  212. end mouseUp
  213.  
  214.  
  215.  
  216. -- part 34 (button)
  217. -- low flags: 00
  218. -- high flags: 2003
  219. -- rect: left=449 top=23 right=61 bottom=491
  220. -- title width / last selected line: 0
  221. -- icon id / first selected line: 7417 / 7417
  222. -- text alignment: 1
  223. -- font id: 0
  224. -- text size: 12
  225. -- style flags: 0
  226. -- line height: 16
  227. -- part name: New Button
  228. ----- HyperTalk script -----
  229. on mouseUp
  230.   visual dissolve to black
  231.   visual iris close slow
  232.   go second card
  233. end mouseUp
  234.  
  235.  
  236.  
  237. -- part 35 (field)
  238. -- low flags: 81
  239. -- high flags: 0002
  240. -- rect: left=3 top=237 right=295 bottom=196
  241. -- title width / last selected line: 0
  242. -- icon id / first selected line: 0 / 0
  243. -- text alignment: 0
  244. -- font id: 21
  245. -- text size: 14
  246. -- style flags: 0
  247. -- line height: 18
  248. -- part name: view
  249.  
  250.  
  251. -- part 36 (field)
  252. -- low flags: 81
  253. -- high flags: 0002
  254. -- rect: left=9 top=274 right=312 bottom=212
  255. -- title width / last selected line: 0
  256. -- icon id / first selected line: 0 / 0
  257. -- text alignment: 0
  258. -- font id: 21
  259. -- text size: 14
  260. -- style flags: 0
  261. -- line height: 18
  262. -- part name: show
  263.  
  264.  
  265. -- part 37 (field)
  266. -- low flags: 81
  267. -- high flags: 0002
  268. -- rect: left=106 top=255 right=295 bottom=254
  269. -- title width / last selected line: 0
  270. -- icon id / first selected line: 0 / 0
  271. -- text alignment: 0
  272. -- font id: 21
  273. -- text size: 14
  274. -- style flags: 0
  275. -- line height: 18
  276. -- part name: print
  277.  
  278.  
  279. -- part 38 (field)
  280. -- low flags: 81
  281. -- high flags: 0002
  282. -- rect: left=229 top=238 right=295 bottom=406
  283. -- title width / last selected line: 0
  284. -- icon id / first selected line: 0 / 0
  285. -- text alignment: 0
  286. -- font id: 21
  287. -- text size: 14
  288. -- style flags: 0
  289. -- line height: 18
  290. -- part name: text
  291.  
  292.  
  293. -- part 39 (field)
  294. -- low flags: 81
  295. -- high flags: 0002
  296. -- rect: left=253 top=184 right=295 bottom=492
  297. -- title width / last selected line: 0
  298. -- icon id / first selected line: 0 / 0
  299. -- text alignment: 0
  300. -- font id: 21
  301. -- text size: 14
  302. -- style flags: 0
  303. -- line height: 18
  304. -- part name: file
  305.  
  306.  
  307. -- part 40 (field)
  308. -- low flags: 81
  309. -- high flags: 0002
  310. -- rect: left=275 top=252 right=308 bottom=491
  311. -- title width / last selected line: 0
  312. -- icon id / first selected line: 0 / 0
  313. -- text alignment: 0
  314. -- font id: 21
  315. -- text size: 14
  316. -- style flags: 0
  317. -- line height: 18
  318. -- part name: open
  319.  
  320.  
  321. -- part contents for card part 20
  322. ----- text -----
  323. DONE SAVING TEXT FILE
  324.  
  325. -- part contents for background part 1
  326. ----- text -----
  327.  
  328. scriptVIEW 1.4 HELP ...
  329.  
  330. scriptView examines the scripts of another stack.  
  331.  
  332. Every object's name and script will be displayed in this field.  The scriptView field.  If an object has no script the name or ID number is listed.
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343. Information about a button will appear when the mouse is moved over the button.
  344.  
  345.  
  346.  
  347.  
  348. -- part contents for card part 35
  349. ----- text -----
  350. Prompts for stack to examine.  Gets scripts and displays them in the field above.
  351.  
  352. -- part contents for card part 36
  353. ----- text -----
  354. Shows or hides the cards of the stack as they are examined.
  355.  
  356. -- part contents for card part 37
  357. ----- text -----
  358. Prints the contents of the scriptView field.
  359.  
  360. -- part contents for card part 38
  361. ----- text -----
  362. Writes the contents of the scriptView field to a text file.  Prompts for file name.
  363.  
  364. -- part contents for card part 39
  365. ----- text -----
  366. Prompts for stack to examine.  Writes the scripts of the stack directly to a text file.  Size of stack limited only by disk space.  Displays up to 30,000 characters of scripts in scriptView field.  Prompts for storage file name.
  367.  
  368. -- part contents for card part 40
  369. ----- text -----
  370. Displays any text file up to 30,000 characters in the scriptView field.  Prompts for file name.